Template Code
日本語
<style>
h1 {
color: red;
font-size: 7em;
}
h2 {
/* Change the number to change the size of the header text. */
font-size: 3em;
}
h3 {
font-size: 1.5em;
}
li {
font-size:1.5em;
}
</style>
<!-- Main title -->
<h1>Title</h1>
<!-- Find an image from the Image Gallery above, or use your own image link -->
<img src="Image URL">
<!-- Subtitle -->
<h2>Subtitle</h2>
<!-- 4 facts about the topic -->
<ul>
<li>Interesting Fact 1</li>
<li>Interesting Fact 2</li>
<li>Interesting Fact 3</li>
<li>Interesting Fact 4</li>
</ul>
<!-- Subtitle: Can be used for important information -->
<h2>Subtitle</h2>
<!-- Other photos of the topic (Choose 3) -->
<h3>Other Images</h3>
<div>
<div style="width:130px;">
<img src="Image 1 URL">
<h3>Description</h3>
</div>
<div style="width:130px;">
<img src="Image 2 URL">
<h3>Description</h3>
</div>
<div style="width:130px;">
<img src="Image 3 URL">
<h3>Description</h3>
</div>
</div>
<!-- Final statement -->
<h2>Final Comment</h2>